home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-22 | 1.1 KB | 36 lines | [TEXT/KAHL] |
- /* Dispatcher.h -- dispatcher for windows and for modeless dialogs */
- /* Created 3/13/4 1:08 PM by AppMaker */
-
- /*----------*/
- void InitModelessDialogs (void);
- void CloseModelessDialog (DialogPtr whichDialog);
- Boolean FilterModeless (DialogPtr whichDialog,
- EventRecord *event,
- short *itemHit);
- void DoModelessItem (DialogPtr whichDialog,
- short itemNr);
-
- void OpenWindows (Str255 fName,
- short vRefNum,
- short fRefNum);
- void CloseCurWindow (void);
- void MouseInContent (Point where,
- short modifiers);
- void TypeInWindow (char ch);
- void UpdateContent (void);
- void ActivateContent (Boolean activate);
- void ResizeContent (void);
- pascal void ScrollWindow (short newValue,
- short oldValue);
- void DoControl (ControlHandle whichControl,
- short whichPart,
- Point where);
-
- void InitModelessDialogs (void);
- void CloseModelessDialog (DialogPtr whichDialog);
- Boolean FilterModeless (DialogPtr whichDialog,
- EventRecord *event,
- short *itemHit);
- void DoModelessItem (DialogPtr whichDialog,
- short itemNr);
-